home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / SPRSWTCH.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-08  |  133 b   |  7 lines

  1. #ifndef _SPRITE_SWITCH_
  2. #define _SPRITE_SWITCH_
  3.  
  4. void Switch_Object_Types(pobject switch_obj, pobject_type new_type);
  5.  
  6. #endif
  7.